home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Drive Manager / DriveMan.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  2005-03-12  |  2KB  |  97 lines

  1. object AboutBox: TAboutBox
  2.   Left = 725
  3.   Top = 225
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 213
  7.   ClientWidth = 298
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 281
  22.     Height = 161
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     ParentColor = True
  26.     TabOrder = 0
  27.     object ProgramIcon: TImage
  28.       Left = 8
  29.       Top = 8
  30.       Width = 32
  31.       Height = 32
  32.       AutoSize = True
  33.       Picture.Data = {<image000.ico>}
  34.       Stretch = True
  35.       IsControl = True
  36.     end
  37.     object ProductName: TLabel
  38.       Left = 88
  39.       Top = 16
  40.       Width = 130
  41.       Height = 21
  42.       Caption = 'Drive Manager'
  43.       Font.Charset = ANSI_CHARSET
  44.       Font.Color = clWindowText
  45.       Font.Height = -19
  46.       Font.Name = 'MS Serif'
  47.       Font.Style = [fsBold]
  48.       ParentFont = False
  49.       IsControl = True
  50.     end
  51.     object Version: TLabel
  52.       Left = 88
  53.       Top = 40
  54.       Width = 59
  55.       Height = 13
  56.       Caption = 'Version 2.45'
  57.       IsControl = True
  58.     end
  59.     object Copyright: TLabel
  60.       Left = 88
  61.       Top = 80
  62.       Width = 146
  63.       Height = 13
  64.       Caption = 'http://www.alexnolan.net'
  65.       Font.Charset = DEFAULT_CHARSET
  66.       Font.Color = clBlue
  67.       Font.Height = -11
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = [fsBold, fsUnderline]
  70.       ParentFont = False
  71.       OnClick = CopyrightClick
  72.       OnMouseEnter = CopyrightMouseEnter
  73.       OnMouseLeave = CopyrightMouseLeave
  74.       IsControl = True
  75.     end
  76.     object Comments: TLabel
  77.       Left = 88
  78.       Top = 56
  79.       Width = 105
  80.       Height = 13
  81.       Caption = 'Created by Alex Nolan'
  82.       WordWrap = True
  83.       IsControl = True
  84.     end
  85.   end
  86.   object OKButton: TButton
  87.     Left = 111
  88.     Top = 180
  89.     Width = 75
  90.     Height = 25
  91.     Caption = 'OK'
  92.     Default = True
  93.     ModalResult = 1
  94.     TabOrder = 1
  95.   end
  96. end
  97.